kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
[Native]Map
/
containsKey
contains
Key
Native
abstract
fun
containsKey
(
key
:
K
)
:
Boolean
Content copied to clipboard
Returns
true
if the map contains the specified
key
.